home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Msg1
- BorderStyle = 3 'Fixed Double
- Caption = "System Sound Shuffler"
- ClientHeight = 1410
- ClientLeft = 2865
- ClientTop = 2760
- ClientWidth = 4740
- ControlBox = 0 'False
- Height = 1815
- Left = 2805
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1410
- ScaleWidth = 4740
- Top = 2415
- Width = 4860
- Begin PictureBox Picture2
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Height = 735
- Left = 480
- ScaleHeight = 735
- ScaleWidth = 3735
- TabIndex = 1
- Top = 360
- Width = 3735
- Begin Label Label1
- BackColor = &H00C0C0C0&
- Caption = "Shuffling System Sounds . . ."
- Height = 255
- Left = 600
- TabIndex = 2
- Top = 240
- Width = 2775
- End
- End
- Begin PictureBox Picture1
- Height = 255
- Left = 0
- Picture = MSG1.FRX:0000
- ScaleHeight = 225
- ScaleWidth = 345
- TabIndex = 0
- Top = 0
- Visible = 0 'False
- Width = 375
- End
- Sub Form_Load ()
- WindowState = 0
- AutoRedraw = True
- ShadeForm Msg1
- AutoRedraw = False
- MakeBevel Picture2
- End Sub
-